Revision control

Copy as Markdown

# ``ComponentLibrary/PrimaryRoundedButton``
The button which is used for primary actions.
## Overview
The `PrimaryRoundedButton` is a subclass of the `UIButton`. This means properties of the `UIButton` are accessible, but for easy convenience it's recommended to configure the button title and accessibility identifier through it's view model ``PrimaryRoundedButtonViewModel``. The colors, rounded corners and spacing of the button although accessible shouldn't be adjusted and should be used as is.
## Illustration
> This image is illustrative only. For precise examples of iOS implementation, please run the SampleApplication.
![The PrimaryButton on iOS](PrimaryButton)
## Topics
### View Model
- ``PrimaryRoundedButtonViewModel``